โ– humdrum codex / custard v0.3.0
license AGPL-3.0
931 B raw
id
TASK-012
title
release verb: -m flag for custom annotated-tag message
status
๐ŸŸฆ Backlog
assignee
created_date
2026-06-29 22:08
labels
feature
dependencies
priority
low
ordinal
12000

Description

custard release vX.Y.Z hardcodes the annotated-tag message to the version string (internal/cli/verbs.go:166 โ€” 'git tag -a -m '). Release() only reads args[0]; extra args like -m "msg" are silently ignored. Add a -m/--message flag so the release can carry a real message; fall back to the version when absent.

Acceptance Criteria